home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Mathematics / Notebooks / SigProc2.0 / Packages / SignalProcessing / Analog / Convolution.m < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.5 KB  |  60 lines

  1. (*  :Title:    Continuous-time Piecewise Convolution Rule Base  *)
  2.  
  3. (*  :Authors:    Kevin West and Brian Evans  *)
  4.  
  5. (*
  6.     :Summary:    To take the convolution of two piecewise-defined
  7.         functions and return another piecewise-defined function.
  8.  *)
  9.  
  10. (*  :Context:    *)
  11.  
  12. (*  :PackageVersion:  2.7    *)
  13.  
  14. (*
  15.     :Copyright:    Copyright 1990-1991 by Brian L. Evans
  16.         Georgia Tech Research Corporation
  17.  
  18.     Permission to use, copy, modify, and distribute this software
  19.     and its documentation for any purpose and without fee is
  20.     hereby granted, provided that the above copyright notice
  21.     appear in all copies and that both that copyright notice and
  22.     this permission notice appear in supporting documentation,
  23.     and that the name of the Georgia Tech Research Corporation,
  24.     Georgia Tech, or Georgia Institute of Technology not be used
  25.     in advertising or publicity pertaining to distribution of the
  26.     software without specific, written prior permission.  Georgia
  27.     Tech makes no representations about the suitability of this
  28.     software for any purpose.  It is provided "as is" without
  29.     express or implied warranty.
  30.  *)
  31.  
  32. (*  :History:    *)
  33.  
  34. (*  :Keywords:    *)
  35.  
  36. (*  :Source:    *)
  37.  
  38. (*  :Warning:    *)
  39.  
  40. (*  :Mathematica Version:  1.2 or 2.0  *)
  41.  
  42. (*  :Limitation:  *)
  43.  
  44. (*
  45.     :Discussion:  This is simply a stub to retain compatibility with
  46.           previous releases of the signal processing packages.
  47.  *)
  48.  
  49. Convolution::changed =
  50.     "The Convolution package now resides in the context \
  51.     SignalProcessing`Support`"
  52.  
  53. Message[ Convolution::changed ]
  54.  
  55. Needs[ "SignalProcessing`Support`Convolution`" ]
  56.  
  57. Convolution::changed = .
  58.  
  59. Null
  60.